/* 头部样式 */
@font-face{
    font-family:"DIN";
    src:url('../font/DIN-BOLD.OTF');
    font-weight: bold;
}
.head{
    height: 500px;
    background: url(../../static/images/investor.png) no-repeat;
    overflow: hidden;
}
.head>div>p{
    margin-top: 164px;
    margin-bottom: 36px;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
}
.head .left{
    width: 800px;
    height: 207px;
}
.head .left div{
    height: 207px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 0px;
    padding-left: 47px;
    box-sizing: border-box;
}
.head .left li{
    margin-right: 40px;
    float: left;
    height: 90px;
    font-family:"DIN";
}
.head .left li:nth-child(1){
    font-weight: bold;
    font-size: 24px;
    color: #CC0000;
}
.head .left li:nth-child(1) p{
    font-size: 16px;
}
.head .left li:nth-child(1) span{
    font-family: DIN;
    font-size: 60px;
    font-weight: bold;
    color: #CC0000;
}
.head .left li:nth-child(6){
    margin-right: 0px;
}
.head .left li p{
    font-size: 13px;
    color: #A8875A;
}
.head .left li span{
    font-weight: bold;
    font-size: 24px;
    color: #666666;
}
.head .left>div>p{
    font-size: 13px;
    color: #999999;
    display: inline-block;
    margin-top: 44px;
}
.head .right{
    width: 560px;
    height: 207px;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 40px;
    padding-right: 30px;
    box-sizing: border-box;
}
.head .right p{
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #A8875A;
    font-weight: bold;
    color: #A8875A;
    margin-bottom: 13px;
}
.head .right li{
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.head .right span{
    color: #A8875A;
}

/* 公司公告样式 */
.announcement{
    padding-bottom: 128px;
}

.announcement>p{
    font-weight: bold;
    font-size: 34px;
    color: #333333;
    margin-top: 52px;
    margin-bottom: 36px;
}
.announcement li{
    width: 450px;
    height: 180px;
    background: #FFFFFF;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 0px 30px;
    box-sizing: border-box;
}
.announcement li:nth-child(3n){
    margin-right: 0px;
}
.announcement li div{
    height: 48px;
    border-bottom: 1px solid #E3E3E3;
    font-size: 14px;
    color: #999999;
}
.announcement li span{
    height: 20px;
    width: 353px;
    margin: 14px 0px;
    float: left;
    border-right: 1px solid #E3E3E3;
}
.announcement li img{
    float: right;
    margin-top: 15px;
}
.announcement li p{
    font-size: 18px;
    color: #333333;line-height: 24px;
    margin-top: 24px;
}

.investorDet{
    padding-top: 50px;
}

.investorDet .content{
    font-size: 16px;
    color: #333;
    line-height: 1.6;
  }
 .investorDet .content img{
    display: block;
    max-width: 100%;
    margin:  20px auto;
  }
  

.paging{
    margin-top: 62px;
    height: 290px;
    border-top: 1px solid #C4C4C4;;
}
.paging p{
    font-weight: bold;
    font-size: 24px;
    color: #A8875A;
}
.paging p:nth-child(1){
    margin-top: 47px;
}
.paging p:nth-child(2){
    margin-top: 34px;
}


